/* --- creating name value pair for color used in navbar --- */
/* --- Variables of btn background Color  --- */
/* --- Variables of btn text Color  --- */
/* --- creating name value pair for color used in button tabs --- */
.main_logo {
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  overflow-y: clip;
}
.main_logo img {
  height: 100%;
  }

@media screen and (max-width: 992px) {
  .main_logo {
    margin-left: 0;
  }

  div.header.general {
    box-shadow: #f7f7f7;
  }

  div.header.learner {
    box-shadow: none;
  }

  div.header.expert {
    box-shadow: none;
  }

  div.header.kpartner {
    box-shadow: none;
  }

  div.header.organisation {
    box-shadow: none;
  }
}
.main_logo25 {
  text-align: center;
  margin: auto !important;
}

.main_logo25 img {
  float: none;
  height: 100px;
  padding: 0;
  margin: 50px 0px;
}

/* inverse logo when night mode */
.logo-inverse {
  display: none;
}

.ui.message > .header {
    box-shadow: none;
  }

div.header {
  width: 100%;
  box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
}
div.header.general {
  background: white;
}
div.header.learner {
  background: white;
}
div.header.expert {
  background: white;
}
div.header.kpartner {
  background: white;
}
div.header.organisation {
  background: white;
}
div.header.general .ui.secondary .ui.compact.menu .item:hover, div.header.general .ui.secondary .ui.compact.menu .ui.item:hover {
  border-bottom: 2px solid #4d4d4d;
  background-color: #adadad;
  color: #1d1d1d;
}
div.header.learner .ui.secondary .ui.compact.menu .item:hover, div.header.learner .ui.secondary .ui.compact.menu .ui.item:hover {
  border-bottom: 2px solid #4d4d4d;
  background-color: #adadad;
  color: #1d1d1d;
}
div.header.expert .ui.secondary .ui.compact.menu .item:hover, div.header.expert .ui.secondary .ui.compact.menu .ui.item:hover {
  border-bottom: 2px solid #4d4d4d;
  background-color: #adadad;
  color: #1d1d1d;
}
div.header.kpartner .ui.secondary .ui.compact.menu .item:hover, div.header.kpartner .ui.secondary .ui.compact.menu .ui.item:hover {
  border-bottom: 2px solid #4d4d4d;
  background-color: #adadad;
  color: #1d1d1d;
}
div.header.organisation .ui.secondary .ui.compact.menu .item:hover, div.header.organisation .ui.secondary .ui.compact.menu .ui.item:hover {
  border-bottom: 2px solid #4d4d4d;
  background-color: #adadad;
  color: #1d1d1d;
}
div.header.general .ui.dropdown .menu .item.channel_item {
  color: #333 !important;
}
div.header.general .ui.dropdown .menu .item.channel_item:hover {
  color: #333 !important;
  background-color: #cccccc;
}
div.header.learner .ui.dropdown .menu .item.channel_item {
  color: #333 !important;
}
div.header.learner .ui.dropdown .menu .item.channel_item:hover {
  color: #333 !important;
  background-color: #cccccc;
}
div.header.expert .ui.dropdown .menu .item.channel_item {
  color: #333 !important;
}
div.header.expert .ui.dropdown .menu .item.channel_item:hover {
  color: #333 !important;
  background-color: #cccccc;
}
div.header.kpartner .ui.dropdown .menu .item.channel_item {
  color: #333 !important;
}
div.header.kpartner .ui.dropdown .menu .item.channel_item:hover {
  color: #333 !important;
  background-color: #cccccc;
}
div.header.organisation .ui.dropdown .menu .item.channel_item {
  color: #333 !important;
}
div.header.organisation .ui.dropdown .menu .item.channel_item:hover {
  color: #333 !important;
  background-color: #cccccc;
}

div.header.general {
  background: #fff;
}

div.header.learner {
  background: #fff;
}

div.header.expert {
  background: #fff;
}

div.header.kpartner {
  background: #fff;
}

div.header.organisation {
  background: #fff;
}

.ui.dimmer {
  z-index: 2000!important;
}

header {
  z-index: 999;
  height: 60px;
  max-width: 1268px;
  display: flex !important;
  align-items: center;
  margin: auto;
  padding: 0;
  position: relative;
}

.header.nav-dashboard {
  background: white;
}
.header.nav-dashboard #topHeader .toggle-icon-right {
  display: none;
}
.header.nav-dashboard #topHeader .ui.menu.secondary {
  display: block;
}

@media screen and (min-width: 1026px) {
  #topHeader .navbar-brand {
    margin-left: 80px;
  }
}
.nav .nav-item {
  padding: 0 8px;
}
.nav .nav-item .nav-link {
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  background-color: #fff!important;
  border-radius: 20px;
}
.nav .nav-item .nav-link.active {
  background-color: #bbb!important;
  color: #fff!important;
}

@media screen and (min-width: 1100px) {
  #navbarcontent {
    right: 30px;
  }
}
@media screen and (min-width: 992px) {
  #navbarcontent {
    right: 10px;
  }
}
.navbar .dropdown-menu {
  background-color: #fff;
  padding: 0;
  left: 10px;
}
.navbar .dropdown-menu a:hover {
  background-color: #c7c7c7;
}

#topHeader .ui.secondary.pointing.menu a.item {
  padding: 14px;
}
#topHeader .ui.secondary.pointing.menu .ui.compact.menu:not(.secondary) .item:first-child {
  border-radius: 0.28571429rem 0 0 0.28571429rem;
}
#topHeader .ui.secondary.pointing.menu .ui.simple.dropdown:hover .hidden.transition {
  visibility: visible;
}
#topHeader .ui.secondary.pointing.menu .ui.simple.dropdown:hover div.hidden.transition[style] {
  display: block !important;
}
#topHeader .ui.secondary.menu .right.menu {
  padding-right: 30px;
}
#topHeader .toggle-icon-right {
  display: none;
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  margin-right: 15px;
  padding: 20.5px 30px;
}
#topHeader .toggle-icon-right.general:hover {
  background-color: #cccccc;
}
#topHeader .toggle-icon-right.learner:hover {
  background-color: #cccccc;
}
#topHeader .toggle-icon-right.expert:hover {
  background-color: #cccccc;
}
#topHeader .toggle-icon-right.kpartner:hover {
  background-color: #cccccc;
}
#topHeader .toggle-icon-right.organisation:hover {
  background-color: #cccccc;
}
#topHeader a {
  color: #1d1d1d;
}
#topHeader .ui.secondary.menu a.item:hover {
  background-color: #adadad;
  width: 70%;
}

.ui .ui.menu:after {
  content: none;
}
.ui .compact.menu .ui.simple.dropdown.item {
  padding: 0px;
}
.ui.menu .ui.compact.menu {
  width: 500px;
}
.ui.swdh10 {
  font-size: 14px !important;
  width: 350px;
}
.ui.dropdown .menu .item.channel_item {
  font-size: 14px !important;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 15px;
  position: relative;
  align-items: center;
  text-align: center;
}
.ui.menu.cate-dpdwn {
  box-shadow: none !important;
  border: 0 !important;
}

.ui.secondary .ui.compact.menu .item:hover,
.ui.secondary .ui.compact.menu .ui.item:hover {
  margin-left: 0;
  margin-right: 0;
  border-bottom: 2px solid rgb(34, 36, 38);
  background-color: rgb(192, 192, 192);
  color: #333;
}

div.header.nav-dashboard header {
  max-width: none;
}
div.header.nav-dashboard .ui.menu .ui.compact.menu {
  width: auto;
}
div.header.nav-dashboard .ui.secondary.pointing.menu {
  margin: auto;
}
div.header.nav-dashboard .opts_account {
  padding: 0px;
}
div.header.nav-dashboard .opts_account img {
  width: 36px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
}
div.header.nav-dashboard .menu.dropdown_account {
  padding: 10px;
  min-width: max-content;
}
div.header.nav-dashboard .menu.dropdown_account > div {
  align-items: center;
}
div.header.nav-dashboard .menu.dropdown_account .profile_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #efefef;

}
div.header.nav-dashboard .menu.dropdown_account .profile_section img {
  width: 100px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
div.header.nav-dashboard .menu.dropdown_account .profile_content {
  text-align: center;
  margin-top: 10px;
}
div.header.nav-dashboard .menu.dropdown_account .profile_content h5 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}
div.header.nav-dashboard .menu.dropdown_account .profile_content .dp_link_12 {
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #333;
  margin-top: 15px;
  display: block;
}
div.header.nav-dashboard .menu.dropdown_account .profile_content .dp_link_12:hover {
  color: #798cff !important;
}
div.header.nav-dashboard .menu.dropdown_account .profile_navigation {
  justify-content: center;
}
div.header.nav-dashboard .menu.dropdown_account .profile_navigation div:first-of-type {
  justify-content: center;
}

.night_mode_switch__btn {
  border-bottom: 0px;
}
.night_mode_switch__btn a {
  display: block;
  width: 100px;
  margin: auto;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  border-radius: 10px;
  color: #333;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.night_mode_switch__btn a i {
  font-size: 120%;
  height: 30px;
  Width: 30px;
  background: rgba(255, 239, 211, 0.5);
  border-radius: 100%;
  margin-right: 10px;
  padding: 6px 4px 0;
  display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
  display: inline-block;
  height: 18px;
  width: 37px;
  top: 35%;
  right: 13px;
  position: absolute;
}

.toggle_menu {
  display: none;
  float: left;
  line-height: 60px;
  padding: 0;
  background: 0 0;
  border: 0;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
.toggle_menu.general i {
  background: #adadad;
}
.toggle_menu.general i:hover {
  color: #fff;
  background-color: #333;
}
.toggle_menu.learner i {
  background: #adadad;
}
.toggle_menu.learner i:hover {
  color: #fff;
  background-color: #333;
}
.toggle_menu.expert i {
  background: #adadad;
}
.toggle_menu.expert i:hover {
  color: #fff;
  background-color: #333;
}
.toggle_menu.kpartner i {
  background: #adadad;
}
.toggle_menu.kpartner i:hover {
  color: #fff;
  background-color: #333;
}
.toggle_menu.organisation i {
  background: #adadad;
}
.toggle_menu.organisation i:hover {
  color: #fff;
  background-color: #333;
}
.toggle_menu i {
  height: 60px;
  width: 60px;
  text-align: center;
  display: block;
  padding: 0;
  border: 0;
  color: #1d1d1d;
  font-size: 100%;
  margin: 0;
  cursor: pointer;
  float: left;
}

@media screen and (max-width: 992px) {
  .toggle_menu {
    display: block;
  }

  #topHeader .main_logo {
    padding: 5px 0px;
  }
  #topHeader .toggle-icon-right {
    display: block;
  }
  #topHeader .ui.menu.secondary {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #topHeader.responsive .menu {
    background-color: #fff;
  }
  #topHeader.responsive .ui.menu.secondary {
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 100%;
    box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25, 42, 70, 0.13);
    border-bottom: none;
  }
  #topHeader.responsive .ui.menu.secondary .right.menu {
    padding: 0px;
    margin: auto;
  }
  #topHeader.responsive .pointing {
    border: none;
  }
  #topHeader.responsive .ui.menu.secondary:last-of-type {
    top: 310px;
    border-top: 1px solid #686f7a;
  }
  #topHeader.responsive .ui.simple.dropdown .menu {
    margin: 0px;
    width: 200px;
    top: 8%;
    left: -100% !important;
    border: 0px;
    box-shadow: 0px 0px 0px 3px #cfcfcf;
  }
  #topHeader.responsive .ui.menu {
    display: flex;
    width: 200px;
    flex-direction: column;
  }
  #topHeader.responsive .ui.menu .ui.compact.menu .item {
    align-self: flex-start;
    width: 100%;
  }

  div.header.nav-dashboard #topHeader.responsive .ui.menu.secondary:last-of-type {
    top: 186px;
  }
}
@media screen and (max-width: 577px) {
  div.header.nav-dashboard .menu.dropdown_account {
    width: 300px;
  }
  div.header.nav-dashboard .menu.dropdown_account .modal-width {
    margin-left: -8rem !important;
    margin-right: -9rem !important;
  }
}
@media screen and (max-width: 576px) {
  #topHeader.responsive .ui.menu.secondary {
    position: absolute;
    width: 100%;
  }
  #topHeader.responsive .ui.menu.secondary .right.menu {
    padding: 0px;
    margin: auto;
  }
  #topHeader.responsive .ui.compact.menu .ui.simple.dropdown.item {
    display: block;
  }
  #topHeader.responsive .ui.simple.dropdown .menu {
    position: relative;
    margin: 0px;
    width: 100%;
    top: 100%;
    left: 0% !important;
    border: 0px;
    box-shadow: 0px 0px 0px 3px #cfcfcf;
  }
  #topHeader.responsive .ui.menu {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  #topHeader.responsive .ui.menu .ui.compact.menu .item {
    align-self: flex-start;
    width: 100%;
  }

  div.header.nav-dashboard #topHeader.responsive .ui.menu.secondary:last-of-type {
    top: 0px;
  }
  div.header.nav-dashboard #topHeader.responsive .ui.dropdown > .menu.dropdown_account {
    left: -51vw !important;
    width: 100vw;
  }
  div.header.nav-dashboard #topHeader.responsive .ui.dropdown .menu.dropdown_account .profile_section {
    flex-direction: row;
    justify-content: center;
  }
  div.header.nav-dashboard #topHeader.responsive .ui.dropdown .menu.dropdown_account .profile_section img {
    margin: 10px;
    margin-top: 0;
  }
  div.header.nav-dashboard #topHeader.responsive .ui.dropdown .menu.dropdown_account .profile_section .profile_content {
    text-align: left;
    margin-top: 15px;
  }
}
.footer {
  background: #333;
  width: 100%;
  padding: 0;
}
.footer .container {
  max-width: 1268px !important;
  width: 97%;
}

.footer_bottm {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #454545;
}

.footer_logo {
  text-align: left;
}

.footer_logo img {
  width: 40px;
  margin: -12px 0px;
}

.item_f1 {
  padding-top: 30px;
}
.item_f1 a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: block;
  padding-bottom: 10px;
  color: #fff;
}
.item_f1 a:hover {
  color: #007bff !important;
}
.item_f1 a:last-child {
  padding-bottom: 0;
}

.edu_social_links {
  text-align: center;
}
.edu_social_links a {
  width: 35px;
  margin: auto;
  padding: 15px;
  font-size: 16px;
  display: inline-block;
  color: #f7f7f7;
  transition: all 0.3s ease-in-out;
}
.edu_social_links a:hover {
  color: #fff !important;
  transform: scale(1.2);
}

.copyright {
  padding: 28px 0;
  margin-top: 35px;
  background-color: #202020;
}
.copyright .container {
  max-width: 1268px !important;
  width: 97%;
}
.copyright span, .copyright a {
  color: #bbbbbb;
  transition: all 0.3s linear;
}
.copyright a:hover {
  color: #007bff;
}

.copyright-menu {
  display: flex;
  margin-right: 30px;
  justify-content: flex-end;
}
.copyright-menu ul {
  text-align: right;
  margin: 0;
}
.copyright-menu ul li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 1%;
  background: #2e2e2e;
  border-color: #a3a2a2;
  display: none;
  z-index: 999;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark.active {
  opacity: 1;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #FA6742;
  border-color: #FA6742;
}

.sign_footer {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #333;
  padding: 50px 0;
  display: block;
  width: 100%;
}

.sign_footer img {
  margin-right: 10px;
  height: 35px;
}

@media screen and (max-width: 820px) {
  .edu_social_links a {
    display: block;
    padding: 5px;
  }
  .edu_social_links a:first-of-type {
    padding-top: 0px;
  }

  .copyright .container > .row {
    flex-direction: column;
  }
  .copyright .container > .row .col-md-6 {
    max-width: 100%;
  }

  .copyright-menu {
    justify-content: center;
  }
  .copyright-menu ul {
    text-align: center;
    margin-right: 0px;
  }

  .footer_logo {
    text-align: center;
    padding-bottom: 10px;
  }
  .footer_logo img {
    margin-top: 0px;
    position: absolute;
    left: 0px;
    top: 15%;
  }
}
@media screen and (max-width: 768px) {
  .fotb_left {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .footer .container:first-of-type .row .col-sm-3 {
    max-width: 25%;
  }

  .edu_social_links {
    text-align: left;
  }
  .edu_social_links a {
    margin: 0px;
  }
}